DeviceConnector

abstract class DeviceConnector

Identifies device connection providers.

Device connectors are used when connecting devices, allowing to specify using which connection provider the device must be connected.

The list of available connectors for a device can be retrieved from the device state.

Types

Link copied to clipboard

Technology used to connect.

Link copied to clipboard

Device connector types.

Properties

Link copied to clipboard

Extended information upon the connection provided by this connector.

Link copied to clipboard
@get:JvmName(name = "getUid")
open val deviceUid: String? = null

Unique identifier of the device that provides this connector; null for local connectors.

Link copied to clipboard

Technology used by this connector.

Link copied to clipboard

Connector type.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String